POST
/
inference
/
stream
/
curl --request POST \
  --url https://agent-prod.studio.lyzr.ai/v3/inference/stream/ \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "user_id": "default_user",
  "system_prompt_variables": {},
  "agent_id": "string",
  "session_id": "string",
  "message": "string",
  "filter_variables": {},
  "features": [
    {
      "additionalProp1": {}
    }
  ]
}'
{
  "response": "Streamed response will appear here"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Response

200
application/json

Streaming started successfully

The response is of type object.